home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 5 / QRZ Ham Radio Callsign Database - Volume 5.iso / files / amiga / amipac63.lha / DMe < prev    next >
Encoding:
Text File  |  1993-01-10  |  947 b   |  39 lines

  1. version >NIL: dos.library 37
  2. if warn
  3. echo "You need KickStart 2.0+ to run this script"
  4. wait 15
  5. quit
  6. endif
  7.  
  8. assign amipac: ""
  9. assign s: amipac:s
  10.  
  11. if not exists ram:libs
  12. makedir ram:libs
  13. copy >NIL: amipac:libs/#? ram:libs/
  14. assign libs: ram:libs add
  15. assign devs: amipac:devs add
  16. assign fonts: amipac:Fonts add
  17. endif
  18.  
  19. version >NIL: explode.library
  20. if warn
  21. AmiPac:c/expload
  22. endif
  23.  
  24. echo " "
  25. echo "        HAVE YOU MADE A BACKUP COPY of THIS DISK !?!?!"
  26. echo " "
  27. echo "   From within the EDITOR <DME> you may  CHANGE all the AmiPac"
  28. echo "   files as you like and adjust  them to improve  the program."
  29. echo " "
  30. echo "   If you like, it is possible to change the Startup-Sequence,"
  31. echo "   you may delete or add any part you want."
  32. echo " "
  33. echo "   The BACKUP COPY is IMPORTANT  to REPLACE  files  changed by"
  34. echo "   mistake.  Make the  backup  from the original  distribution"
  35. echo "   disk, which I suggest NEVER to OPEN."
  36. dme.com
  37. assign s: sys:s
  38.  
  39.